home *** CD-ROM | disk | FTP | other *** search
/ D-Rom (UK) / D_ROM / D_ROM (Track 01).bin / drom.dir / 00096.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  146 b   |  11 lines

  1. on mouseUp
  2.   global gmenudrive
  3.   if gmenudrive = 0 then
  4.     depuppify()
  5.     go("mainroom")
  6.   else
  7.     depuppify()
  8.     go("menuroom")
  9.   end if
  10. end
  11.